MatrixToFloatV method
See MatrixD.toFloatV.
Implementation
float16D MatrixToFloatV(
MatrixD mat,
) => run(
() => _debugLabels.MatrixToFloatV(mat),
() => mat.toFloatV(),
);
See MatrixD.toFloatV.
float16D MatrixToFloatV(
MatrixD mat,
) => run(
() => _debugLabels.MatrixToFloatV(mat),
() => mat.toFloatV(),
);