Click or drag to resize

ManagedSparseSolverProvider Methods

The ManagedSparseSolverProvider type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFreeResources Frees memory buffers, caches and handles allocated in or to the provider. Does not unload the provider itself, it is still usable afterwards.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitializeVerify Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider
Public methodIsAvailable Try to find out whether the provider is available, at least in principle. Verification may still fail if available, but it will certainly fail if unavailable.
Public methodSolve(DssMatrixStructure, DssMatrixType, DssSystemType, Int32, Int32, Int32, Int32, Int32, Complex32, Int32, Complex32, Complex32) 
Public methodSolve(DssMatrixStructure, DssMatrixType, DssSystemType, Int32, Int32, Int32, Int32, Int32, Double, Int32, Double, Double) 
Public methodSolve(DssMatrixStructure, DssMatrixType, DssSystemType, Int32, Int32, Int32, Int32, Int32, Complex, Int32, Complex, Complex) 
Public methodSolve(DssMatrixStructure, DssMatrixType, DssSystemType, Int32, Int32, Int32, Int32, Int32, Single, Int32, Single, Single) 
Public methodToString
(Overrides ObjectToString)
Top
See Also