Ichiro Maruta / ltisys

Dependents:   ltisys_test

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ltisys.cpp Source File

ltisys.cpp

00001 /* ltisys
00002  * implementation of continuous-time time-invariant linear systems
00003  * Copyright (c) 2015 Ichiro Maruta
00004  * Released under the MIT License: http://opensource.org/licenses/mit-license.php
00005  */
00006 
00007 #include "ltisys.h"
00008