complex2realmat: Convert complex to real liner operator matrix

View source: R/helper_functions.R

complex2realmatR Documentation

Convert complex to real liner operator matrix

Description

complex2realmat() converts a complex (n x m)-matrix A representing a complex linear operator in GL(C^m, C^n) to a real (2n x 2m) matrix A' representing the corresponding real linear operator in GL(R^2m, R^2n), identifying z in C^n with (Re(z),Im(z).

Usage

complex2realmat(A)

Arguments

A

a complex (or numeric) matrix.


Almond-S/manifoldboost documentation built on June 23, 2022, 11:06 a.m.