QR_decomp {rbmi}R Documentation

QR decomposition

Description

QR decomposition as defined in the Stan user's guide (section 1.2).

Usage

QR_decomp(mat)

Arguments

mat

A matrix to perform the QR decomposition on.


[Package rbmi version 1.2.6 Index]