api / koma.matrix.ejml.backend
Package koma.matrix.ejml.backend
Types
| Name | Summary |
|---|---|
| arr | object arr |
| mat | object mat |
Extensions for External Classes
| Name | Summary |
|---|---|
| kotlin.Double | |
| kotlin.Int | |
| org.ejml.simple.SimpleMatrix |
Functions
| Name | Summary |
|---|---|
| eye | fun eye(size:Int): SimpleMatrix |
| ones | fun ones(rows:Int, cols:Int): SimpleMatrix |
| zeros | fun zeros(rows:Int, cols:Int): SimpleMatrix |