orthBase {rSWeeP}R Documentation

Generate a orthonormal matrix (lin , col)

Description

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

Usage

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

orthBase(160000, 10)

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



[Package rSWeeP version 1.2.0 Index]