Uses of Enum
org.ujmp.core.doublematrix.impl.BlockMatrixLayout.BlockOrder
Packages that use BlockMatrixLayout.BlockOrder
-
Uses of BlockMatrixLayout.BlockOrder in org.ujmp.core.doublematrix.impl
Fields in org.ujmp.core.doublematrix.impl declared as BlockMatrixLayout.BlockOrderModifier and TypeFieldDescriptionBlockMatrixLayout.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.BlockOrderModifier and TypeMethodDescriptionBlockDenseDoubleMatrix2D.setBlockOrder
(BlockMatrixLayout.BlockOrder order) Change layout of blocks in this matrix (e.g.BlockMatrixLayout.BlockOrder.transpose()
static BlockMatrixLayout.BlockOrder
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.BlockOrderModifier and TypeMethodDescriptionBlockDenseDoubleMatrix2D.setBlockOrder
(BlockMatrixLayout.BlockOrder order) Change layout of blocks in this matrix (e.g.Constructors in org.ujmp.core.doublematrix.impl with parameters of type BlockMatrixLayout.BlockOrderModifierConstructorDescriptionBlockDenseDoubleMatrix2D
(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
(int rows, int 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.(package private)
BlockMatrixLayout
(int rows, int columns, int blockStripe, BlockMatrixLayout.BlockOrder blockOrder)