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.CSLapackAssembly: 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
)
Public Function Run (
A As Double,
B As Double
) As Double
Request Example
View SourceParameters
- A Double
-
(input) DOUBLE PRECISION
- B Double
-
(input) DOUBLE PRECISION
The values A and B.
Return Value
DoubleSee Also