Matrix.opCast

Cast to other matrix types. If the size are different, the resulting matrix is truncated and/or filled with identity coefficients.

  1. U opCast()
    struct Matrix(T, int R, int C)
    @nogc pure const nothrow
    U
    opCast
    (
    U
    )
    ()
  2. U opCast()
  3. U opCast()

Meta