norm2_squared Function

public function norm2_squared(a)

ベクトルのL2ノルムの2乗を返す 組み込み関数norm2より約5倍速い(かも)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: a(3)

Return Value real


Contents