dxyz: Three-dimensional cross product

View source: R/blas_extras.R

dxyzR Documentation

Three-dimensional cross product

Description

Three-dimensional cross product

Usage

dxyz(X, Y, Z)

Arguments

X

Numeric vector of length three, matrix with three rows, or big.matrix.

Y

Numeric object matching the shape of 'X'.

Z

Optional output container.

Value

The updated object 'Z' containing the cross product.

Examples

dxyz(X = c(1, 0, 0), Y = c(0, 1, 0))


bigalgebra documentation built on Sept. 9, 2026, 5:12 p.m.