Package org.ujmp.core.matrix.factory
Interface BaseMatrixFactory<T extends Matrix>
-
- All Known Subinterfaces:
BaseBigDecimalMatrixFactory<T>
,BaseBigIntegerMatrixFactory<T>
,BaseBooleanMatrixFactory<T>
,BaseDoubleMatrixFactory<T>
,BaseGenericMatrixFactory<T>
,BaseNumberMatrixFactory<T>
,BaseObjectMatrixFactory<T>
,BigDecimalMatrix2DFactory<T>
,BigDecimalMatrixMultiDFactory<T>
,BigIntegerMatrix2DFactory<T>
,BigIntegerMatrixFactory<T>
,BigIntegerMatrixMultiDFactory<T>
,BooleanMatrix2DFactory<T>
,BooleanMatrixFactory<T>
,ByteArrayMatrix2DFactory<T>
,ByteArrayMatrixFactory<T>
,ByteMatrix2DFactory<T>
,ByteMatrixFactory<T>
,CharMatrix2DFactory<T>
,CharMatrixFactory<T>
,DenseBigDecimalMatrixFactory<T>
,DenseBigIntegerMatrixFactory<T>
,DenseBooleanMatrixFactory<T>
,DenseByteArrayMatrixFactory<T>
,DenseByteMatrixFactory<T>
,DenseCharMatrixFactory<T>
,DenseDoubleMatrix2DFactory<T>
,DenseDoubleMatrixFactory<T>
,DenseDoubleMatrixMultiDFactory<T>
,DenseFloatMatrixFactory<T>
,DenseGenericMatrix2DFactory<T>
,DenseGenericMatrixFactory<T>
,DenseGenericMatrixMultiDFactory<T>
,DenseIntMatrixFactory<T>
,DenseLongMatrix2DFactory<T>
,DenseLongMatrixFactory<T>
,DenseMatrix2DFactory<T>
,DenseMatrixFactory<T>
,DenseMatrixMultiDFactory<T>
,DenseNumberMatrix2DFactory<T>
,DenseNumberMatrixFactory<T>
,DenseNumberMatrixMultiDFactory<T>
,DenseObjectMatrix2DFactory<T>
,DenseObjectMatrixFactory<T>
,DenseObjectMatrixMultiDFactory<T>
,DenseShortMatrixFactory<T>
,DenseStringMatrix2DFactory<T>
,DenseStringMatrixFactory<T>
,DoubleMatrix2DFactory<T>
,DoubleMatrixFactory<T>
,DoubleMatrixMultiDFactory<T>
,FloatMatrix2DFactory<T>
,FloatMatrixFactory<T>
,GenericMatrix2DFactory<T>
,GenericMatrixFactory<T>
,GenericMatrixMultiDFactory<T>
,IntMatrix2DFactory<T>
,IntMatrixFactory<T>
,LongMatrix2DFactory<T>
,LongMatrixFactory<T>
,Matrix2DFactory<T>
,MatrixMultiDFactory<T>
,NumberMatrix2DFactory<T>
,NumberMatrixFactory<T>
,NumberMatrixMultiDFactory<T>
,ObjectMatrix2DFactory<T>
,ObjectMatrixFactory<T>
,ObjectMatrixMultiDFactory<T>
,ShortMatrix2DFactory<T>
,ShortMatrixFactory<T>
,SparseBigDecimalMatrixFactory<T>
,SparseBigIntegerMatrixFactory<T>
,SparseBooleanMatrixFactory<T>
,SparseByteArrayMatrixFactory<T>
,SparseByteMatrixFactory<T>
,SparseCharMatrixFactory<T>
,SparseDoubleMatrix2DFactory<T>
,SparseDoubleMatrixFactory<T>
,SparseDoubleMatrixMultiDFactory<T>
,SparseFloatMatrixFactory<T>
,SparseGenericMatrix2DFactory<T>
,SparseGenericMatrixFactory<T>
,SparseGenericMatrixMultiDFactory<T>
,SparseIntMatrixFactory<T>
,SparseLongMatrix2DFactory<T>
,SparseLongMatrixFactory<T>
,SparseMatrix2DFactory<T>
,SparseMatrixFactory<T>
,SparseMatrixMultiDFactory<T>
,SparseNumberMatrix2DFactory<T>
,SparseNumberMatrixFactory<T>
,SparseNumberMatrixMultiDFactory<T>
,SparseObjectMatrix2DFactory<T>
,SparseObjectMatrixFactory<T>
,SparseObjectMatrixMultiDFactory<T>
,SparseShortMatrixFactory<T>
,SparseStringMatrixFactory<T>
,StringMatrix2DFactory<T>
,StringMatrixFactory<T>
- All Known Implementing Classes:
AbstractBigDecimalMatrix2DFactory
,AbstractBigIntegerMatrix2DFactory
,AbstractBooleanMatrix2DFactory
,AbstractByteMatrix2DFactory
,AbstractCharMatrix2DFactory
,AbstractDenseDoubleMatrix2DFactory
,AbstractDenseDoubleMatrixMultiDFactory
,AbstractDenseLongMatrix2DFactory
,AbstractDenseLongMatrixFactory
,AbstractDenseStringMatrix2DFactory
,AbstractFloatMatrix2DFactory
,AbstractIntMatrix2DFactory
,AbstractLongMatrix2DFactory
,AbstractLongMatrixFactory
,AbstractMatrixFactory
,AbstractShortMatrix2DFactory
,AbstractSparseDoubleMatrix2DFactory
,AbstractSparseDoubleMatrixMultiDFactory
,AbstractSparseLongMatrix2DFactory
,AbstractSparseLongMatrixFactory
,AbstractStringMatrix2DFactory
,ColtDenseDoubleMatrix2DFactory
,ColtSparseDoubleMatrix2DFactory
,CommonsMathArrayDenseDoubleMatrix2DFactory
,CommonsMathBlockDenseDoubleMatrix2DFactory
,CommonsMathDenseDoubleMatrix2DFactory
,DefaultBigDecimalMatrix2DFactory
,DefaultBigIntegerMatrix2DFactory
,DefaultBooleanMatrix2DFactory
,DefaultByteMatrix2DFactory
,DefaultCharMatrix2DFactory
,DefaultDenseDoubleMatrix2DFactory
,DefaultDenseDoubleMatrixMultiDFactory
,DefaultDenseLongMatrix2DFactory
,DefaultDenseLongMatrixFactory
,DefaultDenseMatrixFactory
,DefaultDenseObjectMatrix2DFactory
,DefaultDenseObjectMatrixFactory
,DefaultDenseStringMatrix2DFactory
,DefaultFloatMatrix2DFactory
,DefaultIntMatrix2DFactory
,DefaultLongMatrix2DFactory
,DefaultLongMatrixFactory
,DefaultShortMatrix2DFactory
,DefaultSparseDoubleMatrix2DFactory
,DefaultSparseLongMatrix2DFactory
,DefaultSparseLongMatrixFactory
,DefaultSparseMatrixFactory
,DefaultSparseObjectMatrix2DFactory
,DefaultSparseObjectMatrixFactory
,DefaultStringMatrix2DFactory
,JamaDenseDoubleMatrix2DFactory
,JBlasDenseDoubleMatrix2DFactory
,La4JDenseDoubleMatrix2DFactory
,VecMathDenseDoubleMatrix2DFactory
public interface BaseMatrixFactory<T extends Matrix>
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALL
static int
COLUMN
static Calculation.Ret
LINK
static Calculation.Ret
NEW
static int
NONE
static Calculation.Ret
ORIG
static int
ROW
static int
X
static int
Y
static int
Z
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
zeros(long... size)
T
zeros(long rows, long columns)
-
-
-
Field Detail
-
LINK
static final Calculation.Ret LINK
-
ORIG
static final Calculation.Ret ORIG
-
NEW
static final Calculation.Ret NEW
-
Y
static final int Y
- See Also:
- Constant Field Values
-
X
static final int X
- See Also:
- Constant Field Values
-
Z
static final int Z
- See Also:
- Constant Field Values
-
ROW
static final int ROW
- See Also:
- Constant Field Values
-
COLUMN
static final int COLUMN
- See Also:
- Constant Field Values
-
ALL
static final int ALL
- See Also:
- Constant Field Values
-
NONE
static final int NONE
- See Also:
- Constant Field Values
-
-