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 407
e60ce24c 833c 144f 08ac 8e4f7a5be783
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GaussianElimination.Solve(System.Int32,System.Double[],System.Double[],System.Double@,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[])"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static bool Solve(
int numRows,
double[] M,
double[] inverseM,
out double determinant,
double[] B,
double[] X,
double[] C,
int numCols,
double[] Y
)
VB
Public Shared Function Solve (
numRows As Integer,
M As Double(),
inverseM As Double(),
<OutAttribute> ByRef determinant As Double,
B As Double(),
X As Double(),
C As Double(),
numCols As Integer,
Y As Double()
) As Boolean
C++
public:
static bool Solve(
int numRows,
array<double>^ M,
array<double>^ inverseM,
[OutAttribute] double% determinant,
array<double>^ B,
array<double>^ X,
array<double>^ C,
int numCols,
array<double>^ Y
)
F#
static member Solve :
numRows : int *
M : float[] *
inverseM : float[] *
determinant : float byref *
B : float[] *
X : float[] *
C : float[] *
numCols : int *
Y : float[] -> bool
- Int32
- \[Missing <param name="numRows"/> documentation for "M:netDxf.GTE.GaussianElimination.Solve(System.Int32,System.Double[],System.Double[],System.Double@,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[])"\]
- Double[]
- \[Missing <param name="M"/> documentation for "M:netDxf.GTE.GaussianElimination.Solve(System.Int32,System.Double[],System.Double[],System.Double@,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[])"\]
- Double[]
- \[Missing <param name="inverseM"/> documentation for "M:netDxf.GTE.GaussianElimination.Solve(System.Int32,System.Double[],System.Double[],System.Double@,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[])"\]
- Double
- \[Missing <param name="determinant"/> documentation for "M:netDxf.GTE.GaussianElimination.Solve(System.Int32,System.Double[],System.Double[],System.Double@,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[])"\]
- Double[]
- \[Missing <param name="B"/> documentation for "M:netDxf.GTE.GaussianElimination.Solve(System.Int32,System.Double[],System.Double[],System.Double@,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[])"\]
- Double[]
- \[Missing <param name="X"/> documentation for "M:netDxf.GTE.GaussianElimination.Solve(System.Int32,System.Double[],System.Double[],System.Double@,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[])"\]
- Double[]
- \[Missing <param name="C"/> documentation for "M:netDxf.GTE.GaussianElimination.Solve(System.Int32,System.Double[],System.Double[],System.Double@,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[])"\]
- Int32
- \[Missing <param name="numCols"/> documentation for "M:netDxf.GTE.GaussianElimination.Solve(System.Int32,System.Double[],System.Double[],System.Double@,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[])"\]
- Double[]
- \[Missing <param name="Y"/> documentation for "M:netDxf.GTE.GaussianElimination.Solve(System.Int32,System.Double[],System.Double[],System.Double@,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[])"\]
Boolean
[Missing <returns> documentation for "M:netDxf.GTE.GaussianElimination.Solve(System.Int32,System.Double[],System.Double[],System.Double@,System.Double[],System.Double[],System.Double[],System.Int32,System.Double[])"]