Matrix.scaling

scaling, static construction of a scaling matrix

  1. Matrix scaling(valueType x)
    struct Matrix(type, int numCols, int numRows)
    @safe pure nothrow static
    static if((cols == 2) && (rows == 2))
    scaling
    if (
    (numCols > 1) &&
    (numRows > 1)
    )
  2. Matrix scaling(valueType x, valueType y)
  3. Matrix scaling(valueType x, valueType y, valueType z)

Meta