-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchives.html
More file actions
99 lines (77 loc) · 3.45 KB
/
archives.html
File metadata and controls
99 lines (77 loc) · 3.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title></title>
<meta name="google-site-verification" content="" />
<meta name="description" content="">
<meta name="author" content="LAFF">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="/theme/css/base.css">
<link rel="stylesheet" href="/theme/css/skeleton.css">
<link rel="stylesheet" href="/theme/css/layout.css">
<link rel="stylesheet" href="/theme/css/simply.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="/theme/images/favicon.ico">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51628505-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<div class="container">
<section id="sidebar" class="two columns">
<p id="pages">| <a href="/pages/about.html">About</a> | <a href="/category/blog.html">Blog</a> | <a href="/pages/faq.html">FAQ</a> |</p>
<hr class="small" />
<a href="/"><img id="avatar" src="/theme/images/avatar.png"></img></a>
<hr class="small" />
<div id="social">
<a class="icon" href="https://github.com/ULAFF" title="GitHub"><i class="fa fa-github"></i></a>
<a class="icon" href="https://facebook.com/LAFFutX" title="Facebook"><i class="fa fa-facebook"></i></a>
<a class="icon" href="https://twitter.com/LAFFutX" title="Twitter"><i class="fa fa-twitter"></i></a>
<a class="icon" href="mailto:staff@ulaff.net?subject=Hi" title="E-Mail"><i class="fa fa-envelope"></i></a>
</div>
<div id="nav">
<ul>
<li><a href="/pages/index-what.html">What is LAFF?</a></li>
<hr class="small">
<li><a href="/pages/index-who.html">Who Should LAFF?</a></li>
<hr class="small">
<li><a href="/pages/index-notes.html">Get the Notes!</a></li>
<hr class="small">
<li><a href="/pages/index-price.html">Pick Your Price!</a></li>
<hr class="small">
</ul>
</div>
</section> <!-- sidebar -->
<section id="content" class="thirteen columns offset-by-one">
<h1>Archives for Linear Algebra: Foundations to Frontiers</h1>
<dl>
<dt>Fri May 05, 2006</dt>
<dd><a href="http://ulaff.github.io/blog/la-health.html">Dense Linear Algebra Dead as an Area?</a></dd>
</dl>
</section>
<footer class="thirteen columns offset-by-one"></footer>
</div><!-- container -->
<!-- End Document
================================================== -->
</body>
</html>