The F06 type exposes the following members.

Methods

  NameDescription
f06bn
f06bn returns the value a2+b2.
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 n-element real vector x.
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
BA
where A and B are m by n real general or trapezoidal matrices.
f06qh
f06qh forms the real m by n rectangular or trapezoidal matrix A given by
aij=diagif i=jconstif ij.
f06ya
f06ya performs one of the matrix-matrix operations
CαAB+βC,CαATB+βC,CαABT+βC  orCαATBT+βC,
where A, B and C are real matrices, and α and β are real scalars; C is always m by n.
f06yj
f06yj performs one of the matrix-matrix operations
BαA-1B,BαA-TB,BαBA-1  orBαBA-T,
where A is a real triangular matrix, B is an m by n real matrix, and α is a real scalar. A-T denotes AT-1 or equivalently A-1T.
No test for singularity or near-singularity of A is included in this method. Such tests must be performed before calling this method.

See Also