Home > manopt > core > getStore.m

getStore

PURPOSE ^

SYNOPSIS ^

function store = getStore(problem, x, storedb) %#ok

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function store = getStore(problem, x, storedb) %#ok<STOUT,INUSD>
0002 
0003     error('This file was removed from Manopt. Please use the StoreDB class.');
0004 
0005 end

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