Matrix.opCast

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

  1. U opCast()
    struct Matrix(T, size_t R, size_t C)
    pure nothrow const
    U
    opCast
    (
    U
    )
    ()
    if (
    is(typeof(U._isMatrix))
    )
  2. U opCast()
  3. U opCast()

Meta