Home > manopt > manifolds > ttfixedrank > install_mex.m

install_mex

PURPOSE ^

Compiles weingarten_omega.c into a binary mex file.

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Compiles weingarten_omega.c into a binary mex file.
 Requires Matlab to have access to a compatible C compiler.
 If need be, run 'mex -setup' for help installing a compiler.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Compiles weingarten_omega.c into a binary mex file.
0002 % Requires Matlab to have access to a compatible C compiler.
0003 % If need be, run 'mex -setup' for help installing a compiler.
0004 
0005 % This file is part of Manopt: www.manopt.org.
0006 % Original author: Michael Psenka, Nov. 24, 2020.
0007 % Contributors: Nicolas Boumal
0008 % Change log:
0009 
0010 mex -lmwlapack -lmwblas -largeArrayDims weingarten_omega.c

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