From 3d77afffdaf2f40f0d79ea23226a0675839e1dc7 Mon Sep 17 00:00:00 2001 From: Travis Askham Date: Mon, 10 Jun 2024 11:17:14 -0400 Subject: [PATCH] add some comments to demo --- chunkie/demo/demo_flam.m | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chunkie/demo/demo_flam.m b/chunkie/demo/demo_flam.m index 022b545..da314ec 100644 --- a/chunkie/demo/demo_flam.m +++ b/chunkie/demo/demo_flam.m @@ -1,7 +1,10 @@ %DEMO_FLAM % -% test the FLAM matrix builder and do a basic solve on a triangular -% chunkgraph +% We have wrappers to using the FLAM library for obtaining a fast-direct +% solver for your system matrix. This is useful for larger scale problems. +% +% This demo calls the FLAM matrix builder and do a basic solve on a +% triangular chunkgraph clearvars; close all; iseed = 8675309;