Gram: Generate the Gram matrix using R

Description Usage Arguments Value Examples

View source: R/Gram.R

Description

Generate the Gram matrix which consists of the inner products of vectors

Usage

1
Gram(m)

Arguments

m

Input matrix

Value

a matrix consisting of inner products

Examples

1
2
3
4
5
## Not run: 
data(data)
g <- Gram(state.x77)

## End(Not run)

SC19099/SC19099 documentation built on Jan. 3, 2020, 9:16 p.m.