MatrixTMap Method |
Name | Description | |
---|---|---|
Map(FuncT, T, MatrixT, Zeros) | Applies a function to each value of this matrix and replaces the value in the result matrix. If forceMapZero is not set to true, zero values may or may not be skipped depending on the actual data storage implementation (relevant mostly for sparse matrices). | |
MapTU(FuncT, TU, Zeros) | Applies a function to each value of this matrix and returns the results as a new matrix. If forceMapZero is not set to true, zero values may or may not be skipped depending on the actual data storage implementation (relevant mostly for sparse matrices). |