SOLVE {JICO}R Documentation

Helper function to compute the inverse of input X matrix

Description

This function computes the general inverse of X when it exists. If X contains a degenerated dimension, return the original X.

Usage

SOLVE(x)

Arguments

x

The input matrix X

Value

Either the general inverse of X or the X itself


[Package JICO version 0.0 Index]