|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockMatrixLayout.BlockOrder | |
---|---|
org.ujmp.core.doublematrix.impl |
Uses of BlockMatrixLayout.BlockOrder in org.ujmp.core.doublematrix.impl |
---|
Fields in org.ujmp.core.doublematrix.impl declared as BlockMatrixLayout.BlockOrder | |
---|---|
BlockMatrixLayout.BlockOrder |
BlockMatrixLayout.blockOrder
Whether this block is laid out in row-major (true) or column-major (false) order. |
Methods in org.ujmp.core.doublematrix.impl that return BlockMatrixLayout.BlockOrder | |
---|---|
BlockMatrixLayout.BlockOrder |
BlockDenseDoubleMatrix2D.setBlockOrder(BlockMatrixLayout.BlockOrder order)
Change layout of blocks in this matrix (e.g. switch form rowmajor to columnmajor). |
BlockMatrixLayout.BlockOrder |
BlockMatrixLayout.BlockOrder.transpose()
|
static BlockMatrixLayout.BlockOrder |
BlockMatrixLayout.BlockOrder.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BlockMatrixLayout.BlockOrder[] |
BlockMatrixLayout.BlockOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.ujmp.core.doublematrix.impl with parameters of type BlockMatrixLayout.BlockOrder | |
---|---|
BlockMatrixLayout.BlockOrder |
BlockDenseDoubleMatrix2D.setBlockOrder(BlockMatrixLayout.BlockOrder order)
Change layout of blocks in this matrix (e.g. switch form rowmajor to columnmajor). |
Constructors in org.ujmp.core.doublematrix.impl with parameters of type BlockMatrixLayout.BlockOrder | |
---|---|
BlockDenseDoubleMatrix2D(double[][] values,
int blockStripeSize,
BlockMatrixLayout.BlockOrder blockOrder)
Create a block matrix from a jagged array. |
|
BlockDenseDoubleMatrix2D(int rows,
int cols,
int blockStripeSize,
BlockMatrixLayout.BlockOrder blockOrder)
Create a new matrix with the specified size, and specified block stripe size. |
|
BlockDenseDoubleMatrix2D(long rows,
long cols,
BlockMatrixLayout.BlockOrder blockOrder)
Create a new matrix with the given size (rows, cols) and block layout. |
|
BlockDenseDoubleMatrix2D(Matrix m,
int blockStripeSize,
BlockMatrixLayout.BlockOrder blockOrder)
Constructor which takes a Matrix and a proposed default block stripe size. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |