Exemple #1
0
 public AppDef_TheResol(AppDef_MultiLine SSP, AppParCurves_MultiCurve SCurv, int FirstPoint, int LastPoint,
                        AppParCurves_HArray1OfConstraintCouple Constraints, math_Matrix Bern, math_Matrix DerivativeBern,
                        double Tolerance)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public AppDef_ResConstraintOfMyGradientOfCompute(AppDef_MultiLine SSP, AppParCurves_MultiCurve SCurv,
                                                  int FirstPoint, int LastPoint, AppParCurves_HArray1OfConstraintCouple Constraints, math_Matrix Bern,
                                                  math_Matrix DerivativeBern)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public int SolveBandedSystem(math_Matrix Matrix, int UpperBandWidth, int LowerBandWidth, bool HomogenousFlag,
                              int ArrayDimension, ref double Array, ref double Weights)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public int SolveBandedSystem(math_Matrix Matrix, int UpperBandWidth, int LowerBandWidth,
                              TColgp_Array1OfPnt Array)
 {
     throw new NotImplementedException();
 }
 public void Bernstein(int NbPoles, Vector U, math_Matrix A, math_Matrix DA)
 {
     throw new NotImplementedException();
 }
 public bool Derivatives(Vector X, math_Matrix D)
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 public void MakeTAA(Vector TheA, math_Matrix TheB)
 {
     throw new NotImplementedException();
 }
Exemple #8
0
 public void Distance(math_Matrix mat)
 {
     throw new NotImplementedException();
 }
Exemple #9
0
 public math_Matrix ConstraintDerivative(GeomInt_TheMultiLineOfWLApprox SSP, Vector Parameters, int Deg,
                                         math_Matrix DA)
 {
     throw new NotImplementedException();
 }
Exemple #10
0
 public void AddMatrix(int Element, int Dimension1, int Dimension2, math_Matrix Mat)
 {
     throw new NotImplementedException();
 }
Exemple #11
0
 public bool DerivTX(gp_Vec dN, double teta, math_Matrix D)
 {
     throw new NotImplementedException();
 }
 public bool Values(Vector X, ref double E, Vector G, math_Matrix H)
 {
     throw new NotImplementedException();
 }
 public void Hessian1(Vector TheVector, math_Matrix H)
 {
     throw new NotImplementedException();
 }
 public void SplineFunction(int NbPoles, int Degree, Vector Parameters, Vector FlatKnots,
                            math_Matrix A, math_Matrix DA, math_IntegerVector Index)
 {
     throw new NotImplementedException();
 }
Exemple #15
0
 public int SolveBandedSystem(math_Matrix Matrix, int UpperBandWidth, int LowerBandWidth, bool HomogeneousFlag,
                              TColgp_Array1OfPnt Array, TColStd_Array1OfReal Weights)
 {
     throw new NotImplementedException();
 }
Exemple #16
0
 public math_Matrix ConstraintDerivative(AppDef_MultiLine SSP, Vector Parameters, int Deg, math_Matrix DA)
 {
     throw new NotImplementedException();
 }
Exemple #17
0
 public GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox(GeomInt_TheMultiLineOfWLApprox SSP,
                                                                          AppParCurves_MultiCurve SCurv, int FirstPoint, int LastPoint,
                                                                          AppParCurves_HArray1OfConstraintCouple Constraints, math_Matrix Bern, math_Matrix DerivativeBern)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #18
0
 public int EvalBsplineBasis(int DerivativeOrder, int Order, TColStd_Array1OfReal FlatKnots, double Parameter,
                             ref int FirstNonZeroBsplineIndex, math_Matrix BsplineBas_is)
 {
     throw new NotImplementedException();
 }
 public void Hessian(int Dim1, int Dim2, math_Matrix H)
 {
     throw new NotImplementedException();
 }
Exemple #20
0
 public int BuildBSpMatrix(TColStd_Array1OfReal Parameters, TColStd_Array1OfInteger OrderArray,
                           TColStd_Array1OfReal FlatKnots, int Degree, math_Matrix Matrix, ref int UpperBandWidth,
                           ref int LowerBandWidth)
 {
     throw new NotImplementedException();
 }
Exemple #21
0
 public void Multiply(Vector Right, math_Matrix Product)
 {
     throw new NotImplementedException();
 }
Exemple #22
0
 public int FactorBandedMatrix(math_Matrix Matrix, int UpperBandWidth, int LowerBandWidth,
                               ref int PivotIndexProblem)
 {
     throw new NotImplementedException();
 }
 public void fillXYZmatrix(math_Matrix mat, int i0, int j0, int ncc1, int ncc2)
 {
     throw new NotImplementedException();
 }
Exemple #24
0
 public int SolveBandedSystem(math_Matrix Matrix, int UpperBandWidth, int LowerBandWidth, int ArrayDimension,
                              ref double Array)
 {
     throw new NotImplementedException();
 }
 public bool Values(Vector X, Vector F, math_Matrix D)
 {
     throw new NotImplementedException();
 }
Exemple #26
0
 public bool HermiteCoefficients(double FirstParameter, double LastParameter, int FirstOrder, int LastOrder,
                                 math_Matrix MatrixCoefs)
 {
     throw new NotImplementedException();
 }