MatrixToFloatV method

float16D MatrixToFloatV(
  1. MatrixD mat
)

Implementation

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