Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3db8af8d authored by hhakim's avatar hhakim
Browse files

Replace old HTML tutorial using_gpu_matfaust by a real mlx matlab live script.

parent 7cff526c
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,6 @@ if(BUILD_DOCUMENTATION)
configure_file(${FAUST_DOC_SRC_DIR}/Faust_factorization.mlx.html ${PROJECT_BINARY_DIR}/doc/html/Faust_factorization.mlx.html COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/Use_of_Faust_objects_in_algorithms.mlx ${PROJECT_BINARY_DIR}/doc/html/Use_of_Faust_objects_in_algorithms.mlx COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/Use_of_Faust_objects_in_algorithms.mlx.html ${PROJECT_BINARY_DIR}/doc/html/Use_of_Faust_objects_in_algorithms.mlx.html COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/using_gpu_matfaust.html ${PROJECT_BINARY_DIR}/doc/html/using_gpu_matfaust.html COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/faust_projectors.mlx ${PROJECT_BINARY_DIR}/doc/html/faust_projectors.mlx COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/faust_projectors.mlx.html ${PROJECT_BINARY_DIR}/doc/html/faust_projectors.mlx.html COPYONLY)
......@@ -175,6 +174,9 @@ if(BUILD_DOCUMENTATION)
configure_file(${FAUST_DOC_SRC_DIR}/Faust_optimizations.mlx ${PROJECT_BINARY_DIR}/doc/html/Faust_optimizations.mlx COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/Faust_optimizations.mlx.html ${PROJECT_BINARY_DIR}/doc/html/Faust_optimizations.mlx.html COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/using_gpu_matfaust.mlx ${PROJECT_BINARY_DIR}/doc/html/using_gpu_matfaust.mlx COPYONLY)
configure_file(${FAUST_DOC_SRC_DIR}/using_gpu_matfaust.mlx.html ${PROJECT_BINARY_DIR}/doc/html/using_gpu_matfaust.mlx.html COPYONLY)
configure_file(${FAUST_SRC_TEST_SRC_PYTHON_DIR}/test_svd_rc_vs_err.py ${PROJECT_BINARY_DIR}/doc/html/test_svd_rc_vs_err.py COPYONLY)
configure_file(${FAUST_SRC_TEST_SRC_PYTHON_DIR}/step-by-step_palm4msa.py ${PROJECT_BINARY_DIR}/doc/html/step-by-step_palm4msa.py COPYONLY)
configure_file(${FAUST_SRC_TEST_SRC_PYTHON_DIR}/benchmark_bsr_pyfaust_scipy.py ${PROJECT_BINARY_DIR}/doc/html/benchmark_bsr_pyfaust_scipy.py COPYONLY)
......
......@@ -25,7 +25,7 @@ Besides, if you're more familiar with Matlab, some livescripts are also availabl
- [Using the FAµST Factorization Wrappers](./Faust_factorization.mlx.html)
- [Using the FAµST API in Algorithms](./Use_of_Faust_objects_in_algorithms.mlx.html)
- [Using The FAµST Projectors API](./faust_projectors.mlx.html)
- [Using the GPU with matfaust](./using_gpu_matfaust.html)
- [Using the GPU with matfaust](./using_gpu_matfaust.mlx.html)
- [Using the poly module](./matfaust_poly.html)
- [Using the PALM4MSA-MHTP algorithm](./MHTP_algorithms.mlx.html)
- [Faust Optimizations](./Faust_optimizations.mlx.html)
......
This diff is collapsed.
This diff is collapsed.
File added
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment