.NET Matrix Library
CSparseSolver Class
Members  See Also  Send comments on this topic


Computes the factorization of a general or symmetric sparse complex matrix and uses the factorization to solve a system of linear equations.

Syntax

Visual Basic (Declaration) 
Public Class CSparseSolver 
   Implements IDisposable 
C# 
public class CSparseSolver : IDisposable  
C++/CLI 
public ref class CSparseSolver : public IDisposable  

Requirements

Namespace: Bluebit.MatrixLibrary

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

Assembly: Bluebit.MatrixLibrary (in Bluebit.MatrixLibrary.dll)

See Also

.NET Matrix Library Documentation