Package dev.nm.analysis.function.matrix
Class R1toConstantMatrix
java.lang.Object
dev.nm.analysis.function.matrix.R1toMatrix
dev.nm.analysis.function.matrix.R1toConstantMatrix
- All Implemented Interfaces:
Function<Vector,
,Matrix> RntoMatrix
A constant matrix function maps a real number to a constant matrix: \(R^n \rightarrow A\).
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.nm.analysis.function.Function
Function.EvaluationException
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.nm.analysis.function.matrix.R1toMatrix
dimensionOfDomain, dimensionOfRange, evaluate
-
Constructor Details
-
R1toConstantMatrix
Construct a constant matrix function.- Parameters:
A
- the constant matrix
-
-
Method Details
-
evaluate
Description copied from class:R1toMatrix
Evaluate f(x) = A.- Specified by:
evaluate
in classR1toMatrix
- Parameters:
x
- x- Returns:
- f(x)
-