Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Dec 13, 2022

Matrix in Eigen

Hello Ninjas, In this blog series we’ll learn about the Matrix in Eigen. In Upcoming blogs we’ll go through the concepts like Introduction to Matrix class, what are the different Matrix Operations, How to use Eigen's Array class, How to use Block Operations, Slicing and Indexing, and more.
Introduction to Matrix Class MEDIUM
We will introduce the Eigen matrix class, explore the different matrix operations we can perform in Eigen’s matrix library, and learn how to use Eigen’s array class.
What are the Different Matrix Operations EASY
This blog will detail the different types of Matrix Operations.
How to Use Eigen's Array Class EASY
We will discuss the Eigen array class, its types and how to access values inside the class, and the operations like add, subtract, multiply and coefficient-wise operations.
How to use Block Operations MEDIUM
Several aspects of Block Operations- Using them, Columns and Rows, Corner-related operations, and block operations for vectors.
Overview of Slicing and Indexing EASY
This article gives a detailed overview of Slicing and Indexing in Eigen
Author Komal
0 upvotes
Advanced methods for initializing matrices EASY
This article gives a detailed overview of the advanced methods for initializing matrices.
Author Komal
0 upvotes
Eigen's reductions, visitors and broadcasting EASY
This article gives a detailed overview of Eigen’s reductions, visitors, and broadcasting and they can be used with matrices and arrays.
Author Komal
0 upvotes
Map classes and Aliasing MEDIUM
In this blog, we will discuss several modules of two of the foundational concepts of Eigen- Map Classes and Aliasing.