Package | Description |
---|---|
jsat.linear |
Modifier and Type | Class and Description |
---|---|
class |
DenseMatrix |
class |
MatrixOfVecs
This class provides a base mechanism to create a Matrix 'view' from a list of
Vec objects. |
class |
RandomMatrix
Stores a Matrix full of random values in constant O(1) space by re-computing
all matrix values on the fly as need.
|
class |
SubMatrix
This class allows for the selection of an area of a matrix to operate on independently.
|
class |
TransposeView
This class provides a free view of the transpose of a matrix.
|
Copyright © 2017. All rights reserved.