Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Português - Русский - 日本語
Aide de Scilab >> Optimisation et Simulation > Semidefinite Programming > recons

recons

Inverse function for aplat.

Syntax

r = recons(fl,ind)

Arguments

fl

a "flat" list.

ind

a list of paths

r

a hierachical list build with the leaves of fl

Description

Reciprocal function for aplat. Creates a hierachical list given a flat one and a list of paths.

utility function for vec2list and lmisolver.

Examples

[lf,ind]=aplat(list(1,2,list([3,1],'xxx',list([3,2,1]))));
recons(lf,ind)

See Also

  • aplat — Flattens a list.
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:31:05 CEST 2016