Package | Description |
---|---|
org.la4j | |
org.la4j.matrix.dense | |
org.la4j.matrix.sparse |
Modifier and Type | Field and Description |
---|---|
static MatrixFactory<Basic1DMatrix> |
Matrices.BASIC_1D
A matrix factory that produces zero
Basic1DMatrix . |
static MatrixFactory<Basic2DMatrix> |
Matrices.BASIC_2D
A matrix factory that produces zero
Basic2DMatrix . |
static MatrixFactory<CCSMatrix> |
Matrices.CCS
A matrix factory that produces zero
CCSMatrix . |
static MatrixFactory<?>[] |
Matrices.CONVERTERS |
static MatrixFactory<CRSMatrix> |
Matrices.CRS
A matrix factory that produces zero
CRSMatrix . |
static MatrixFactory<Basic2DMatrix> |
Matrices.DENSE
A default matrix factory for dense matrices.
|
static MatrixFactory<CRSMatrix> |
Matrices.SPARSE
A default factory for sparse matrices.
|
static MatrixFactory<CCSMatrix> |
Matrices.SPARSE_COLUMN_MAJOR
A default factory for sparse column-major matrices.
|
static MatrixFactory<CRSMatrix> |
Matrices.SPARSE_ROW_MAJOR
A default factory for sparse row-major matrices.
|
Modifier and Type | Method and Description |
---|---|
<T extends Matrix> |
Matrix.to(MatrixFactory<T> factory)
Converts this matrix using the given
factory . |
Modifier and Type | Method and Description |
---|---|
<T extends Matrix> |
Basic2DMatrix.to(MatrixFactory<T> factory) |
<T extends Matrix> |
Basic1DMatrix.to(MatrixFactory<T> factory) |
Modifier and Type | Method and Description |
---|---|
<T extends Matrix> |
CRSMatrix.to(MatrixFactory<T> factory) |
<T extends Matrix> |
CCSMatrix.to(MatrixFactory<T> factory) |
Copyright © 2015. All rights reserved.