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


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

Syntax

Visual Basic (Declaration) 
Public Class SparseSolver 
   Implements IDisposable 
C# 
public class SparseSolver : IDisposable  
C++/CLI 
public ref class SparseSolver : 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