| Package | Description |
|---|---|
| com.aliasi.matrix |
Classes for matrices and vectors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMatrix
An
AbstractMatrix implements most of a matrix's
functionality in terms of methods for accessing numbers of rows and
columns and values. |
class |
DenseMatrix
A
DenseMatrix is a matrix implementation suitable for
matrices with primarily non-zero values. |
class |
ProximityMatrix
A
ProximityMatrix provides a pseudo-metric of proximities
between points. |
class |
SvdMatrix
An
SvdMatrix provides a means of storing a matrix that
has been factored via a singular-value decomposition (SVD). |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Matrices.hasZeroDiagonal(Matrix m)
Returns
true if the specified matrix has
only zero values on its diagonal. |
static boolean |
Matrices.isNonNegative(Matrix m)
Returns
true if the matrix contains only positive
numbers or zeros. |
static boolean |
Matrices.isSymmetric(Matrix m)
Returns
true if the specified matrix is symmetric. |
Copyright © 2016 Alias-i, Inc.. All rights reserved.