BICGSTAB

From Jacket Wiki

Jump to: navigation, search
Back to Function List, Jacket SLA

Biconjugate gradient stabilized method.

Usage

Jacket for M Language
    Supported Syntax
    
% The syntaxes below are supported for sparse values of A only.
X = BICGSTAB(A,B)
X = BICGSTAB(A,B,TOL)
X = BICGSTAB(A,B,TOL,MAXIT)
 
% The syntaxes below are not supported for sparse values.
X = BICGSTAB(A,B,TOL,MAXIT,M)
X = BICGSTAB(A,B,TOL,MAXIT,M1,M2)
X = BICGSTAB(A,B,TOL,MAXIT,M1,M2,X0)
    

GFOR Supported

No

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE   COMPLEX 

Types Not Supported

-  GLOGICAL   GINT32   GINT8   GUINT32   GUINT8 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/help/techdoc/ref/bicgstab.html
More Details
  • Requires Jacket SLA.
  • In this preliminary version of BICGSTAB, some syntaxes do not work with sparse inputs.


See Also

BICG, BICGSTABL, GMRES, LSQR, PCG

Views
Personal tools