Click or drag to resize

DLAMC3Run Method

Purpose ======= DLAMC3 is intended to force A and B to be stored prior to doing the addition of A and B , for use in situations where optimizers might hold one of these in a register.

Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double Run(
	double A,
	double B
)
Request Example View Source

Parameters

A  Double
(input) DOUBLE PRECISION
B  Double
(input) DOUBLE PRECISION The values A and B.

Return Value

Double
See Also