Skip to content

Commit

Permalink
add some comments to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
askhamwhat committed Jun 10, 2024
1 parent 553b998 commit 3d77aff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions chunkie/demo/demo_flam.m
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 3d77aff

Please sign in to comment.