Click or drag to resize

DoubleSymmetricMatrixTransform Method

Overload List
 NameDescription
Public methodTransform(FuncDouble, Double) Modifies the elements of this matrix by applying the given unary function to each element.
Public methodTransform(FuncDouble, Double, Double, DoubleSymmetricMatrix) Modifies the contents of this matrix by applying the given binary function to each element. The first parameter to the binary function is the matrix element; the second parameter is the corresponding element of the passed matrix.
Public methodTransform(FuncDouble, Double, Double, Double) Modifies the contents of this matrix by applying the given binary function to each element. The first parameter to the binary function is the matrix element; the second parameter is the passed float-precision value.
Public methodTransform(FuncDouble, Int32, Double, Int32) Modifies the contents of this matrix by applying the given binary function to each element. The first parameter to the binary function is the matrix element; the second parameter is the passed integer value.
Top
See Also