Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

626fd3b3 2315 d087 8cfa 2c63d774bb40

haplokuon edited this page May 6, 2023 · 1 revision

SolveSystem(Double[]) Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.BandedMatrix.SolveSystem(System.Double[]@)"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool SolveSystem(
	ref double[] bVector
)

VB

Public Function SolveSystem ( 
	ByRef bVector As Double()
) As Boolean

C++

public:
bool SolveSystem(
	array<double>^% bVector
)

F#

member SolveSystem : 
        bVector : float[] byref -> bool 

Parameters

  Double[]
\[Missing <param name="bVector"/> documentation for "M:netDxf.GTE.BandedMatrix.SolveSystem(System.Double[]@)"\]

Return Value

Boolean
[Missing <returns> documentation for "M:netDxf.GTE.BandedMatrix.SolveSystem(System.Double[]@)"]

See Also

Reference

BandedMatrix Class
SolveSystem Overload
netDxf.GTE Namespace

Clone this wiki locally