Class R1toConstantMatrix

java.lang.Object
dev.nm.analysis.function.matrix.R1toMatrix
dev.nm.analysis.function.matrix.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 Details

    • R1toConstantMatrix

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