edu.emory.mathcs.csparsej.tdouble
Class Dcs_usolve
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_usolve
-
public class Dcs_usolve extends java.lang.ObjectSolve an upper triangular system Ux=b.
-
-
Constructor Summary
Constructors Constructor and Description Dcs_usolve()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static booleancs_usolve(Dcs_common.Dcs U, double[] x)Solves an upper triangular system Ux=b, where x and b are dense vectors.
-
-
-
Method Detail
-
cs_usolve
public static boolean cs_usolve(Dcs_common.Dcs U, double[] x)
Solves an upper triangular system Ux=b, where x and b are dense vectors. The diagonal of U must be the last entry of each column.- Parameters:
U- upper triangular matrix in column-compressed formx- size n, right hand side on input, solution on output- Returns:
- true if successful, false on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG