This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
6e91d9fa 9591 f869 6167 7ec7dd3a1ab5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.BandedMatrix.SolveSystem(System.Double[]@,System.Int32)"]
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
- 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)"\]
Boolean
[Missing <returns> documentation for "M:netDxf.GTE.BandedMatrix.SolveSystem(System.Double[]@,System.Int32)"]
BandedMatrix Class
SolveSystem Overload
netDxf.GTE Namespace