Math and StatisticsLibraries for .NET
public abstract class Decomposition : LinearOperator
Public MustInherit Class Decomposition Inherits LinearOperator
public ref class Decomposition abstract : public LinearOperator
[<AbstractClassAttribute>] type Decomposition = class inherit LinearOperator end
The Decomposition type exposes the following members.
The Decomposition class represents a decomposition of a matrix into a product of matrices with specific properties.
The Decomposition class defines methods and properties that are shared by all decomposition classes. This includes methods related to solving systems of simultaneous linear equations defined by the LinearOperator abstract base class.
The Decomposition class is an abstract base class and cannot be instantiated directly. Instead, use one of its derived classes. These are:
Notes to inheritors: When you inherit from Decomposition, you must override the following members: EstimateConditionNumber, GetDeterminant, GetInverse, Rank(Double), Solve(DenseMatrix, Boolean), Solve(DenseVector, Boolean).
Copyright © 2004-2018, Extreme Optimization. All rights reserved. Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc. Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo are registered trademarks of Microsoft Corporation.