Uses of Class
no.uib.cipr.matrix.distributed.DistVector
-
Packages that use DistVector Package Description no.uib.cipr.matrix.distributed -
-
Uses of DistVector in no.uib.cipr.matrix.distributed
Methods in no.uib.cipr.matrix.distributed that return DistVector Modifier and Type Method Description DistVectorDistVector. add(double alpha, Vector y)Deprecated.DistVectorDistVector. copy()Deprecated.DistVectorDistVector. scale(double alpha)Deprecated.DistVectorDistVector. set(double alpha, Vector y)Deprecated.DistVectorDistVector. zero()Deprecated.Constructors in no.uib.cipr.matrix.distributed with parameters of type DistVector Constructor Description TwoLevelPreconditioner(Preconditioner prec, DistColMatrix A, DistVector z)Deprecated.TwoLevelPreconditioner(Preconditioner prec, DistRowMatrix A, DistVector z)Deprecated.
-