Package | Description |
---|---|
jsat.linear |
Modifier and Type | Method and Description |
---|---|
DenseMatrix |
DenseMatrix.clone() |
static DenseMatrix |
Matrix.eye(int k)
Creates a new dense identity matrix with k rows and columns.
|
static DenseMatrix |
Matrix.random(int rows,
int cols,
Random rand)
Creates a new dense matrix filled with random values from
Random.nextDouble() |
DenseMatrix |
DenseMatrix.transpose() |
Copyright © 2017. All rights reserved.