-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·66 lines (49 loc) · 2.01 KB
/
Copy pathindex.html
File metadata and controls
executable file
·66 lines (49 loc) · 2.01 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Filippo Zanetti's webpage</title>
<link rel="stylesheet" href="mystyle.css">
</head>
<body>
<div id="all_home">
<div id="name">
<h1> Filippo Zanetti </h1>
</div>
<div id="intro">
<p> <a href="https://highs.dev">HiGHS</a> Senior Optimization Solver Developer at the University of Edinburgh</p>
<p> I am the developer of HiPO, an open source interior point solver for linear and quadratic programming.
</p>
<!--
<a href="http://www.highs.dev"><IMG height=100px SRC="images/HiGHS_logo.jpg" ALT="HiGHS"></a>
-->
<h2>News</h2>
<div id="news">
<p>HiGHS 1.15 is out, HiPO can now be used from Python!<br>
<a href="https://ergo-code.github.io/HiGHS/stable/interfaces/python/hipo-in-python/">Follow the instructions here</a>
</p>
</div>
<h3> Research interests </h3>
<div id="description">
<p> I am mostly interested in the implementation of interior point methods, direct and iterative methods to
solve linear systems, numerical linear algebra techniques, preconditioners. </p>
<p> I am currently developing a factorization-based interior point method for the <a
href="https://highs.dev/">HiGHS</a> software library, and all the necessary numerical linear algebra
routines, in C++. </p>
<p> I have worked also with numerical PDEs, finite elements methods, multigrid preconditioners, low-rank
updates, eigenvalue solvers. </p>
<p> In my free time, I like to delve into low-level details of computers architectures, hardware, assembly,
operating systems... </p>
</div>
</div>
<div id="links">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="education.html">Positions</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
</div>
</div>
</body>
</html>