Loading [MathJax]/jax/output/SVG/autoload/mtable.js

The F06 type exposes the following members.

Methods

  NameDescription
f06bn
f06bn returns the value .
f06db
f06db broadcasts an integer scalar into an integer vector.
f06ea
f06ea computes the scalar product of two real vectors.
f06ef
f06ef makes a copy of a real vector .
f06ej
f06ej returns the Euclidean norm of the -element real vector .
f06fd
f06fd multiplies a real vector by a scalar, preserving the input vector.
f06jj
f06jj computes the Euclidean norm of a complex vector.
f06pa
f06pa computes the matrix-vector product for a real general matrix or its transpose.
f06pj
f06pj solves a real triangular system of equations with a single right hand side.
f06qf
f06qf performs the matrix-copy operation
where  and  are  by  real general or trapezoidal matrices.
f06qh
f06qh forms the real  by  rectangular or trapezoidal matrix  given by
f06ya
f06ya performs one of the matrix-matrix operations
where ,  and  are real matrices, and  and  are real scalars;  is always  by .
f06yj
f06yj performs one of the matrix-matrix operations
where  is a real triangular matrix,  is an  by  real matrix, and  is a real scalar.  denotes  or equivalently .
No test for singularity or near-singularity of  is included in this method. Such tests must be performed before calling this method.

See Also