- java.lang.Object
-
- org.ojalgo.matrix.BasicMatrix<java.lang.Double,MatrixR032>
-
- org.ojalgo.matrix.MatrixR032
-
- All Implemented Interfaces:
Group,Group.Additive<MatrixR032>,NormedVectorSpace<MatrixR032,java.lang.Double>,Operation,Operation.Addition<MatrixR032>,Operation.Multiplication<MatrixR032>,Operation.Subtraction<MatrixR032>,ScalarOperation,ScalarOperation.Addition<MatrixR032,java.lang.Double>,ScalarOperation.Division<MatrixR032,java.lang.Double>,ScalarOperation.Multiplication<MatrixR032,java.lang.Double>,ScalarOperation.Subtraction<MatrixR032,java.lang.Double>,VectorSpace<MatrixR032,java.lang.Double>,Matrix2D<java.lang.Double,MatrixR032>,Provider2D,Provider2D.Condition,Provider2D.Determinant<java.lang.Double>,Provider2D.Eigenpairs,Provider2D.Hermitian,Provider2D.Inverse<MatrixR032>,Provider2D.Rank,Provider2D.Solution<MatrixR032>,Provider2D.Symmetric,Provider2D.Trace<java.lang.Double>,Access1D<java.lang.Double>,Access1D.Aggregatable<java.lang.Double>,Access2D<java.lang.Double>,Access2D.Aggregatable<java.lang.Double>,Access2D.Collectable<java.lang.Double,TransformableRegion<java.lang.Double>>,Operate2D<java.lang.Double,MatrixR032>,Structure1D,Structure2D,Structure2D.Logical<Access2D<java.lang.Double>,MatrixR032>,Structure2D.ReducibleTo1D<MatrixR032>,NumberContext.Enforceable<MatrixR032>
public final class MatrixR032 extends BasicMatrix<java.lang.Double,MatrixR032>
A matrix (linear algebra) with RealNumberSet.Relements, approximated by 32-bit float.- See Also:
BasicMatrix
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatrixR032.DenseReceiverstatic classMatrixR032.Factorystatic classMatrixR032.SparseReceiver-
Nested classes/interfaces inherited from interface org.ojalgo.structure.Access2D
Access2D.Aggregatable<N extends java.lang.Comparable<N>>, Access2D.Collectable<N extends java.lang.Comparable<N>,R extends Mutate2D>, Access2D.ColumnView<N extends java.lang.Comparable<N>>, Access2D.ElementView<N extends java.lang.Comparable<N>>, Access2D.RowView<N extends java.lang.Comparable<N>>, Access2D.SelectionView<N extends java.lang.Comparable<N>>, Access2D.Sliceable<N extends java.lang.Comparable<N>>, Access2D.Visitable<N extends java.lang.Comparable<N>>
-
Nested classes/interfaces inherited from interface org.ojalgo.algebra.Group
Group.Additive<T>, Group.Multiplicative<T>
-
Nested classes/interfaces inherited from interface org.ojalgo.algebra.Operation
Operation.Addition<T>, Operation.Division<T>, Operation.Multiplication<T>, Operation.Subtraction<T>
-
Nested classes/interfaces inherited from interface org.ojalgo.matrix.Provider2D
Provider2D.Condition, Provider2D.Determinant<N extends java.lang.Comparable<N>>, Provider2D.Eigenpairs, Provider2D.Hermitian, Provider2D.Inverse<M>, Provider2D.Rank, Provider2D.Solution<M>, Provider2D.Symmetric, Provider2D.Trace<N extends java.lang.Comparable<N>>
-
Nested classes/interfaces inherited from interface org.ojalgo.algebra.ScalarOperation
ScalarOperation.Addition<T,N extends java.lang.Comparable<N>>, ScalarOperation.Division<T,N extends java.lang.Comparable<N>>, ScalarOperation.Multiplication<T,N extends java.lang.Comparable<N>>, ScalarOperation.Subtraction<T,N extends java.lang.Comparable<N>>
-
Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S extends Structure1D,B extends Structure1D.Logical<S,B>>, Structure1D.LongIndex, Structure1D.LoopCallback
-
Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure2D
Structure2D.IntRowColumn, Structure2D.Logical<S extends Structure2D,B extends Structure2D.Logical<S,B>>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R extends Structure1D>, Structure2D.Reshapable, Structure2D.RowColumnKey<R,C>, Structure2D.RowColumnMapper<R,C>
-
-
Field Summary
Fields Modifier and Type Field Description static MatrixR032.FactoryFACTORY
-
Constructor Summary
Constructors Constructor Description MatrixR032(ElementsSupplier<java.lang.Double> supplier)This method is for internal use only - YOU should NOT use it!
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixR032.DenseReceivercopy()The returned instance can have its elements mutated in various ways, while the size/shape is fixed.(package private) Cholesky<java.lang.Double>newCholesky(Structure2D typical)(package private) DeterminantTask<java.lang.Double>newDeterminantTask(Structure2D template)(package private) Eigenvalue<java.lang.Double>newEigenvalue(Structure2D typical)(package private) MatrixR032newInstance(ElementsSupplier<java.lang.Double> store)(package private) InverterTask<java.lang.Double>newInverterTask(Structure2D base)(package private) LDL<java.lang.Double>newLDL(Structure2D typical)(package private) LU<java.lang.Double>newLU(Structure2D typical)(package private) QR<java.lang.Double>newQR(Structure2D typical)(package private) SingularValue<java.lang.Double>newSingularValue(Structure2D typical)(package private) SolverTask<java.lang.Double>newSolverTask(Structure2D templateBody, Structure2D templateRHS)-
Methods inherited from class org.ojalgo.matrix.BasicMatrix
above, above, above, add, add, add, aggregateColumn, aggregateDiagonal, aggregateRange, aggregateRow, below, below, below, bidiagonal, calculateFrobeniusNorm, calculateInfinityNorm, calculateOneNorm, column, column, columns, columns, conjugate, count, countColumns, countRows, diagonal, diagonally, divide, divide, doubleValue, doubleValue, enforce, equals, get, get, get, getColDim, getCondition, getDeterminant, getEigenpairs, getRank, getRowDim, getTrace, hashCode, hermitian, hessenberg, indexOfLargest, invert, isHermitian, isSmall, isSymmetric, left, left, left, limits, logical, multiply, multiply, multiply, negate, newLDU, norm, offsets, onAll, onAll, onAll, onAll, onAll, onAll, onAny, onColumns, onColumns, onCompatible, onCompatible, onMatching, onMatching, onRows, onRows, power, reduceColumns, reduceRows, repeat, right, right, right, row, row, rows, rows, select, select, signum, size, solve, store, subtract, subtract, subtract, superimpose, supplier, supplyTo, symmetric, toScalar, toString, transpose, triangular, tridiagonal
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ojalgo.structure.Access1D
asCollectable1D, asKeyed1D, asList, axpy, dot, select, supplyTo, toList, toRawCopy1D
-
Methods inherited from interface org.ojalgo.structure.Access1D.Aggregatable
aggregateAll
-
Methods inherited from interface org.ojalgo.structure.Access2D
asCollectable2D, asKeyed2D, byteValue, byteValue, byteValue, byteValue, columns, doubleValue, doubleValue, elements, floatValue, floatValue, floatValue, floatValue, intValue, intValue, intValue, intValue, longValue, longValue, longValue, longValue, nonzeros, rows, shortValue, shortValue, shortValue, shortValue, toRawCopy2D
-
Methods inherited from interface org.ojalgo.structure.Access2D.Aggregatable
aggregateColumn, aggregateDiagonal, aggregateRow, reduceColumns, reduceRows
-
Methods inherited from interface org.ojalgo.structure.Access2D.Collectable
collect
-
Methods inherited from interface org.ojalgo.algebra.ScalarOperation.Addition
add
-
Methods inherited from interface org.ojalgo.algebra.ScalarOperation.Division
divide
-
Methods inherited from interface org.ojalgo.algebra.ScalarOperation.Multiplication
multiply
-
Methods inherited from interface org.ojalgo.algebra.ScalarOperation.Subtraction
subtract
-
Methods inherited from interface org.ojalgo.structure.Structure2D
firstInColumn, firstInRow, getMaxDim, getMinDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow
-
Methods inherited from interface org.ojalgo.structure.Structure2D.Logical
superimpose
-
-
-
-
Field Detail
-
FACTORY
public static final MatrixR032.Factory FACTORY
-
-
Constructor Detail
-
MatrixR032
MatrixR032(ElementsSupplier<java.lang.Double> supplier)
This method is for internal use only - YOU should NOT use it!
-
-
Method Detail
-
copy
public MatrixR032.DenseReceiver copy()
Description copied from class:BasicMatrixThe returned instance can have its elements mutated in various ways, while the size/shape is fixed.- Specified by:
copyin classBasicMatrix<java.lang.Double,MatrixR032>- Returns:
- A fully mutable matrix builder with the elements initially set to a copy of this matrix – always creates a full dense copy.
- See Also:
BasicMatrix.logical()
-
newCholesky
Cholesky<java.lang.Double> newCholesky(Structure2D typical)
- Specified by:
newCholeskyin classBasicMatrix<java.lang.Double,MatrixR032>
-
newDeterminantTask
DeterminantTask<java.lang.Double> newDeterminantTask(Structure2D template)
- Specified by:
newDeterminantTaskin classBasicMatrix<java.lang.Double,MatrixR032>
-
newEigenvalue
Eigenvalue<java.lang.Double> newEigenvalue(Structure2D typical)
- Specified by:
newEigenvaluein classBasicMatrix<java.lang.Double,MatrixR032>
-
newInstance
MatrixR032 newInstance(ElementsSupplier<java.lang.Double> store)
- Specified by:
newInstancein classBasicMatrix<java.lang.Double,MatrixR032>
-
newInverterTask
InverterTask<java.lang.Double> newInverterTask(Structure2D base)
- Specified by:
newInverterTaskin classBasicMatrix<java.lang.Double,MatrixR032>
-
newLDL
LDL<java.lang.Double> newLDL(Structure2D typical)
- Specified by:
newLDLin classBasicMatrix<java.lang.Double,MatrixR032>
-
newLU
LU<java.lang.Double> newLU(Structure2D typical)
- Specified by:
newLUin classBasicMatrix<java.lang.Double,MatrixR032>
-
newQR
QR<java.lang.Double> newQR(Structure2D typical)
- Specified by:
newQRin classBasicMatrix<java.lang.Double,MatrixR032>
-
newSingularValue
SingularValue<java.lang.Double> newSingularValue(Structure2D typical)
- Specified by:
newSingularValuein classBasicMatrix<java.lang.Double,MatrixR032>
-
newSolverTask
SolverTask<java.lang.Double> newSolverTask(Structure2D templateBody, Structure2D templateRHS)
- Specified by:
newSolverTaskin classBasicMatrix<java.lang.Double,MatrixR032>
-
-