Table of Contents

Class MatrixSolver

Namespace
MudBlazor.Components.Chart
Assembly
MudBlazor.dll
public class MatrixSolver
Inheritance
MatrixSolver
Inherited Members
Extension Methods

Constructors

MatrixSolver(int, Matrix)

public MatrixSolver(int size, Matrix mi)

Parameters

size int
mi Matrix

Fields

calcError

public bool calcError

Field Value

bool

m

public readonly Matrix m

Field Value

Matrix

maxOrder

public readonly int maxOrder

Field Value

int

Methods

Eliminate()

public bool Eliminate()

Returns

bool

Solve()

public void Solve()