MatrixTOperateByRow Method
Applies the given function to each row of the
MatrixT.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.175 -- Release Build+b8bec8d0c1919b6e6504d9b47fa65ea968640577
public void OperateByRow(
Action<T[]> func
)
Public Sub OperateByRow (
func As Action(Of T())
)
public:
void OperateByRow(
Action<array<T>^>^ func
)
function OperateByRow(func);
Parameters
- func ActionT