Uses of Class
org.drip.numerical.complex.C1Square
Package | Description |
---|---|
org.drip.numerical.complex |
Implementation of Complex Number Suite
|
-
Uses of C1Square in org.drip.numerical.complex
Subclasses of C1Square in org.drip.numerical.complex Modifier and Type Class Description class
C1CartesianFuhrRzeszotnik
C1CartesianFuhrRzeszotnik implements the type and Functionality associated with a C1 Square Matrix parameterized by the Fuhr-Rzeszotnik parametersrho
,epsilon
,eta
, andsigma
Fields.class
C1CartesianPhiAB
C1CartesianPhiAB implements the type and Functionality associated with a C1 Square Matrix parameterized bya
,b
, andphi
Fields.class
C1CartesianPhiAlphaBetaTheta
C1CartesianPhiAlphaBetaTheta implements the type and Functionality associated with a C1 Square Matrix parameterized byalpha
,beta
,theta
, andphi
Fields.class
C1CartesianPhiPsiThetaDelta
C1CartesianPhiPsiThetaDelta implements the type and Functionality associated with a C1 Square Matrix parameterized byphi
,psi
,theta
, anddelta
Fields.class
UnitaryMatrix
UnitaryMatrix implements the Unitary Matrix.Methods in org.drip.numerical.complex that return C1Square Modifier and Type Method Description C1Square
C1CartesianFuhrRzeszotnik. jordanNormalCenter()
Retrieve the Jordan Normal Center Part of C1CartesianPhiPsiThetaDeltaC1Square
C1CartesianPhiPsiThetaDelta. jordanNormalLeft()
Retrieve the Jordan Normal Left Part of C1CartesianPhiPsiThetaDeltaC1Square
C1CartesianPhiPsiThetaDelta. jordanNormalRight()
Retrieve the Jordan Normal Right Part of C1CartesianPhiPsiThetaDeltaC1Square
C1Square. product(C1Cartesian c1)
Compute the Product of the Input Matrix and the Complex NumberC1Square
C1Square. product(C1Square squareMatrixOther)
Compute the Product with the other Square MatrixC1Square
C1Square. product(R1Square r1Square)
Compute the Product with the other Square Matrixstatic C1Square
C1Square. Rotation2x2(double theta)
Construct a 2x2 Rotation C1 Matrixstatic C1Square
C1Square. Rotation2x2(double theta1, double theta2)
Construct a 2x2 Rotation C1 MatrixC1Square
C1Square. slimContract()
Contract the Square C1Cartesian by one Row/Columnstatic C1Square
C1Square. Standard(C1Cartesian[][] c1Grid)
Construct a Standard Instance of C1SquareMethods in org.drip.numerical.complex with parameters of type C1Square Modifier and Type Method Description C1Square
C1Square. product(C1Square squareMatrixOther)
Compute the Product with the other Square Matrix