Record Class SVDResult<E>
java.lang.Object
java.lang.Record
org.episteme.core.mathematics.linearalgebra.matrices.solvers.SVDResult<E>
- Type Parameters:
E- the element type- Record Components:
U- the left singular vectorsS- the singular values (as a vector)V- the right singular vectors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.getS()getU()getV()final inthashCode()Returns a hash code value for this object.S()Returns the value of theSrecord component.final StringtoString()Returns a string representation of this record class.U()Returns the value of theUrecord component.V()Returns the value of theVrecord component.
-
Constructor Details
-
SVDResult
-
-
Method Details
-
getU
-
getS
-
getV
-
getSingularValues
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
U
-
S
-
V
-