Uses of Class
org.flag4j.arrays.SmartMatrix
Packages that use SmartMatrix
-
Uses of SmartMatrix in org.flag4j.arrays
Methods in org.flag4j.arrays that return SmartMatrixModifier and TypeMethodDescriptionSmartMatrix.add
(SmartMatrix b) Computes the element-wise sum of two matrices.SmartMatrix.div
(SmartMatrix b) Computes the element-wise quotient of two matrices.SmartMatrix.elemMult
(SmartMatrix b) Computes the element-wise product of two matrices.SmartMatrix.H()
Computes the conjugate transpose of this matrix.SmartMatrix.mult
(SmartMatrix b) Computes the matrix multiplication of two matrices.SmartMatrix.sub
(SmartMatrix b) Computes the element-wise difference of two matrices.SmartMatrix.T()
Computes the transpose of this matrix.Methods in org.flag4j.arrays with parameters of type SmartMatrixModifier and TypeMethodDescriptionSmartMatrix.add
(SmartMatrix b) Computes the element-wise sum of two matrices.SmartMatrix.div
(SmartMatrix b) Computes the element-wise quotient of two matrices.SmartMatrix.elemMult
(SmartMatrix b) Computes the element-wise product of two matrices.SmartMatrix.mult
(SmartMatrix b) Computes the matrix multiplication of two matrices.SmartMatrix.sub
(SmartMatrix b) Computes the element-wise difference of two matrices.