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

6e91d9fa 9591 f869 6167 7ec7dd3a1ab5

haplokuon edited this page May 6, 2023 · 1 revision

SolveSystem(Double[], Int32) Method

netDxf 3.0.0 Library

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

Definition

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

C#

public bool SolveSystem(
	ref double[] bMatrix,
	int numBColumns
)

VB

Public Function SolveSystem ( 
	ByRef bMatrix As Double(),
	numBColumns As Integer
) As Boolean

C++

public:
bool SolveSystem(
	array<double>^% bMatrix, 
	int numBColumns
)

F#

member SolveSystem : 
        bMatrix : float[] byref * 
        numBColumns : int -> bool 

Parameters

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

Return Value

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

See Also

Reference

BandedMatrix Class
SolveSystem Overload
netDxf.GTE Namespace

Clone this wiki locally