リサイズはクリックかドラッグ

GaussLegendreIntegratorComputeNodesAndWeights メソッド

分点と重みを計算する

名前空間:  Popolo.Numerics
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.1.0.0 (2.1.0.0)
構文
C#
public static void ComputeNodesAndWeights(
	int number,
	out double[] x,
	out double[] w
)

パラメーター

number
型: SystemInt32
分点の数
x
型: SystemDouble
出力:分点
w
型: SystemDouble
出力:重み
関連項目