[eigen] nulify row of SparseMatrix |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] nulify row of SparseMatrix
- From: Angelos Mantzaflaris <filiatra@xxxxxxxxx>
- Date: Thu, 22 Nov 2012 18:56:02 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Slr52AM4REwgmIuiSipPNLi6YS526HCm2Wp18obBbDg=; b=ShcK5pNY5s2fngaR3tlogFyHkjel04nh2IHnXIm9GuJtJbzkqglQTQ0c0oVT02xoNO 0jFWlZ/M0g3QLMZxpfM/TKIG871YNd+y0FWiAacIJM8Mghs1F/gMseRxK1jl/UOQOrvD A44YAeRofjVNSyhQTveHOdQlwwFSA/NpURzoQFQrN3WVvA2vObKjybxv+x8Edn+oAtc9 1X5/E0Lu6qas4N/LgSsxjkIpqVRWbovXmxDRUU+VIa0kQqN/mW1SyuyyUgtXUU4wWpgX 4QDERIAJMCuT8JvlHn8JaJEF8ADo+BvAZ5nhQS1MQa+bDiKA7pDjuLQEsLhYjPGfYh3+ Rnvg==
Hello,
I have a SparseMatrix and I need to set a row to zero, or set a column
to zero, i.e. remove all coefficients at a certain row/column.
Does this exist? If not, what is the best way to do it ?
thank you in advance
Angelos