Overload List

  NameDescription
Apply(NMathFunctions..::.DoubleUnaryFunction)
Returns a new matrix with the same size as this matrix, whose values are the result of applying the given unary function to each element of this matrix.
Apply(NMathFunctions..::.DoubleVectorDoubleFunction)
Returns a new vector containing an element for each column or row in this matrix. The elements are the results of applying a function that takes a vector and returns a single-precision number.
Apply(NMathFunctions..::.DoubleBinaryFunction, DoubleSymmetricMatrix)
Returns a new matrix with the same size as this matrix, whose values are the result of applying the given binary function to each element of this matrix. The first parameter to the binary function is the matrix element; the second parameter is the corresponding element of the passed matrix.
Apply(NMathFunctions..::.DoubleBinaryFunction, Double)
Returns a new matrix with the same size as this matrix, whose values are the result of applying the given binary function to each element of this matrix. The first parameter to the binary function is the matrix element; the second parameter is the passed float-precision value.
Apply(NMathFunctions..::.DoubleIntFunction, Int32)
Returns a new matrix with the same size as this matrix, whose values are the result of applying the given binary function to each element of this matrix. The first parameter to the binary function is the matrix element; the second parameter is the passed integer value.

See Also