Class R1toConstantMatrix

  • All Implemented Interfaces:
    Function<Vector,​Matrix>, RntoMatrix

    public class R1toConstantMatrix
    extends R1toMatrix
    A constant matrix function maps a real number to a constant matrix: \(R^n \rightarrow A\).
    • Constructor Detail

      • R1toConstantMatrix

        public R1toConstantMatrix​(Matrix A)
        Construct a constant matrix function.
        Parameters:
        A - the constant matrix