| Package | Description |
|---|---|
| smile.math.matrix |
Matrix interface, dense and sparse (band or irregular) matrix encapsulation
classes, LU, QR, Cholesky, SVD and eigen decompositions, etc.
|
| Modifier and Type | Method and Description |
|---|---|
static SparseMatrix |
SparseMatrix.AAT(SparseMatrix A,
SparseMatrix AT)
Returns A * AT.
|
SparseMatrix |
SparseMatrix.times(SparseMatrix B)
Returns the matrix multiplication C = A * B.
|
SparseMatrix |
SparseMatrix.transpose()
Returns the matrix transpose.
|
| Modifier and Type | Method and Description |
|---|---|
static SparseMatrix |
SparseMatrix.AAT(SparseMatrix A,
SparseMatrix AT)
Returns A * AT.
|
SparseMatrix |
SparseMatrix.times(SparseMatrix B)
Returns the matrix multiplication C = A * B.
|
Copyright © 2015. All rights reserved.