orthbase: Generate a orthonormal matrix ('lin' , 'col')

Description Usage Arguments Value Author(s) See Also Examples

Description

Generate a orthonormal matrix in a specified size, lin by col.

Usage

1
orthBase(lin, col)

Arguments

lin

Number of rows in the desired matrix

col

Number of columns in the desired matrix

Value

A orthonormal matrix in a specified size, lin by col.

Author(s)

Danrley R. Fernandes.

See Also

sWeeP, orth

Examples

1
2
3
4
5
orthBase(160000, 10)

lin <- 160000
col <- 10
orthBase(lin = lin, col = col)

rSWeeP documentation built on Nov. 8, 2020, 5:28 p.m.