Home > manopt > manifolds > essential > essential_sharp.m

essential_sharp

PURPOSE ^

Reshape a [3x3x2k] matrix to a [3x6xk] matrix

SYNOPSIS ^

function H = essential_sharp(Hp)

DESCRIPTION ^

Reshape a [3x3x2k] matrix to a [3x6xk] matrix

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function H = essential_sharp(Hp)
0002     %Reshape a [3x3x2k] matrix to a [3x6xk] matrix
0003     H = reshape(Hp,3,6,[]);
0004 end

Generated on Fri 30-Sep-2022 13:18:25 by m2html © 2005