Class MatrixR064
- All Implemented Interfaces:
Group, Group.Additive<MatrixR064>, NormedVectorSpace<MatrixR064, Double>, Operation, Operation.Addition<MatrixR064>, Operation.Multiplication<MatrixR064>, Operation.Subtraction<MatrixR064>, ScalarOperation, ScalarOperation.Addition<MatrixR064, Double>, ScalarOperation.Division<MatrixR064, Double>, ScalarOperation.Multiplication<MatrixR064, Double>, ScalarOperation.Subtraction<MatrixR064, Double>, VectorSpace<MatrixR064, Double>, Matrix2D<Double, MatrixR064>, Provider2D, Provider2D.Condition, Provider2D.Determinant<Double>, Provider2D.Eigenpairs, Provider2D.Hermitian, Provider2D.Inverse<MatrixR064>, Provider2D.Rank, Provider2D.Solution<MatrixR064>, Provider2D.Symmetric, Provider2D.Trace<Double>, Access1D<Double>, Access1D.Aggregatable<Double>, Access2D<Double>, Access2D.Aggregatable<Double>, Access2D.Collectable<Double, TransformableRegion<Double>>, Operate2D<Double, MatrixR064>, Structure1D, Structure2D, Structure2D.Logical<Access2D<Double>, MatrixR064>, Structure2D.ReducibleTo1D<MatrixR064>, NumberContext.Enforceable<MatrixR064>
A matrix (linear algebra) with Real
NumberSet.R elements, approximated by 64-bit double.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classNested classes/interfaces inherited from interface Access2D
Access2D.Aggregatable<N>, Access2D.Collectable<N,R>, Access2D.ColumnView<N>, Access2D.ElementView<N>, Access2D.RowView<N>, Access2D.SelectionView<N>, Access2D.Sliceable<N>, Access2D.Visitable<N> Nested classes/interfaces inherited from interface Group
Group.Additive<T>, Group.Multiplicative<T>Nested classes/interfaces inherited from interface Operation
Operation.Addition<T>, Operation.Division<T>, Operation.Multiplication<T>, Operation.Subtraction<T>Nested classes/interfaces inherited from interface Provider2D
Provider2D.Condition, Provider2D.Determinant<N>, Provider2D.Eigenpairs, Provider2D.Hermitian, Provider2D.Inverse<M>, Provider2D.Rank, Provider2D.Solution<M>, Provider2D.Symmetric, Provider2D.Trace<N>Nested classes/interfaces inherited from interface ScalarOperation
ScalarOperation.Addition<T,N>, ScalarOperation.Division<T, N>, ScalarOperation.Multiplication<T, N>, ScalarOperation.Subtraction<T, N> Nested classes/interfaces inherited from interface Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S,B>, Structure1D.LongIndex, Structure1D.LoopCallback Nested classes/interfaces inherited from interface Structure2D
Structure2D.IntRowColumn, Structure2D.Logical<S,B>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R>, Structure2D.Reshapable, Structure2D.RowColumnKey<R, C>, Structure2D.RowColumnMapper<R, C> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMatrixR064(ElementsSupplier<Double> supplier) This method is for internal use only - YOU should NOT use it! -
Method Summary
Modifier and TypeMethodDescriptioncopy()The returned instance can have its elements mutated in various ways, while the size/shape is fixed.newCholesky(Structure2D typical) (package private) DeterminantTask<Double> newDeterminantTask(Structure2D template) (package private) Eigenvalue<Double> newEigenvalue(Structure2D typical) (package private) MatrixR064newInstance(ElementsSupplier<Double> store) (package private) InverterTask<Double> newInverterTask(Structure2D base) newLDL(Structure2D typical) newLU(Structure2D typical) newQR(Structure2D typical) (package private) SingularValue<Double> newSingularValue(Structure2D typical) (package private) SolverTask<Double> newSolverTask(Structure2D templateBody, Structure2D templateRHS) Methods inherited from class 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, tridiagonalMethods inherited from interface Access1D
asCollectable1D, asKeyed1D, asList, axpy, dot, select, supplyTo, toList, toRawCopy1DMethods inherited from interface Access1D.Aggregatable
aggregateAllMethods inherited from interface 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, toRawCopy2DMethods inherited from interface Access2D.Aggregatable
aggregateColumn, aggregateDiagonal, aggregateRow, reduceColumns, reduceRowsMethods inherited from interface Access2D.Collectable
collectMethods inherited from interface ScalarOperation.Addition
addMethods inherited from interface ScalarOperation.Division
divideMethods inherited from interface ScalarOperation.Multiplication
multiplyMethods inherited from interface ScalarOperation.Subtraction
subtractMethods inherited from interface Structure2D
firstInColumn, firstInRow, getMaxDim, getMinDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRowMethods inherited from interface Structure2D.Logical
superimpose
-
Field Details
-
FACTORY
-
-
Constructor Details
-
MatrixR064
MatrixR064(ElementsSupplier<Double> supplier) This method is for internal use only - YOU should NOT use it!
-
-
Method Details
-
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<Double, MatrixR064>- 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:
-
newCholesky
- Specified by:
newCholeskyin classBasicMatrix<Double, MatrixR064>
-
newDeterminantTask
- Specified by:
newDeterminantTaskin classBasicMatrix<Double, MatrixR064>
-
newEigenvalue
- Specified by:
newEigenvaluein classBasicMatrix<Double, MatrixR064>
-
newInstance
- Specified by:
newInstancein classBasicMatrix<Double, MatrixR064>
-
newInverterTask
- Specified by:
newInverterTaskin classBasicMatrix<Double, MatrixR064>
-
newLDL
- Specified by:
newLDLin classBasicMatrix<Double, MatrixR064>
-
newLU
- Specified by:
newLUin classBasicMatrix<Double, MatrixR064>
-
newQR
- Specified by:
newQRin classBasicMatrix<Double, MatrixR064>
-
newSingularValue
- Specified by:
newSingularValuein classBasicMatrix<Double, MatrixR064>
-
newSolverTask
- Specified by:
newSolverTaskin classBasicMatrix<Double, MatrixR064>
-