Name

ddGauss — Gaussian Elimination with pivoting for DD

Calling Sequence

x = ddGauss(A,b)

Parameters

A

DD matrix

b

DD vector

x

DD vector

Description

ddGauss(A,b)

returns a apploximation vector <term>x</term> from Gaussian elimination.

Examples


 A = ddrand(10,10)
 b = ddrand(10,1)
 x = ddGauss(A,b)
  
	

See Also

dd , ddrand

Authors

Copyright (C) 2011 - Tsubasa Saito