Skip to contents

Computes the inverse of a square matrix using Armadillo's inv function.

Usage

Solve1(x)

Arguments

x

A square matrix to be inverted.

Value

The inverted matrix of the same dimensions as x. //' @export