Package koma.matrix.mtj.backend
Types
| Name | Summary |
|---|---|
| mat | object mat |
Extensions for External Classes
| Name | Summary |
|---|---|
| kotlin.Double | |
| kotlin.Int | |
| no.uib.cipr.matrix.DenseMatrix | |
| no.uib.cipr.matrix.Matrix |
Functions
| Name | Summary |
|---|---|
| eye | fun eye(size:Int): DenseMatrix |
| ones | fun ones(rows:Int, cols:Int): DenseMatrix |
| zeros | fun zeros(rows:Int, cols:Int): DenseMatrix |