Uses of Class
org.quantlib.MatrixMultiplicationDelegate
-
-
Uses of MatrixMultiplicationDelegate in org.quantlib
Methods in org.quantlib with parameters of type MatrixMultiplicationDelegate Modifier and Type Method Description protected static longMatrixMultiplicationDelegate. getCPtr(MatrixMultiplicationDelegate obj)protected static longMatrixMultiplicationDelegate. swigRelease(MatrixMultiplicationDelegate obj)Constructors in org.quantlib with parameters of type MatrixMultiplicationDelegate Constructor Description BiCGstab(MatrixMultiplicationDelegate delegate, long maxIter, double relTol)BiCGstab(MatrixMultiplicationDelegate delegate, long maxIter, double relTol, MatrixMultiplicationDelegate preconditioner)GMRES(MatrixMultiplicationDelegate delegate, long maxIter, double relTol)GMRES(MatrixMultiplicationDelegate delegate, long maxIter, double relTol, SWIGTYPE_p_MatrixMultiplicationProxy preconditioner)
-